projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3045b16
)
(x_find_modifier_meanings): Fix !X11R4 code to use dpyinfo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Dec 1995 23:58:12 +0000
(23:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Dec 1995 23:58:12 +0000
(23:58 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6002f9cecc794988e55bfdb343291c203ca85ee7..eade5d759de871de9fe18834159deed8e7233ee9 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-1564,8
+1564,8
@@
x_find_modifier_meanings (dpyinfo)
#ifdef HAVE_X11R4
XDisplayKeycodes (dpyinfo->display, &min_code, &max_code);
#else
- min_code = display->min_keycode;
- max_code = display->max_keycode;
+ min_code = d
pyinfo->d
isplay->min_keycode;
+ max_code = d
pyinfo->d
isplay->max_keycode;
#endif
syms = XGetKeyboardMapping (dpyinfo->display,